Function Reference
UnicodeFont
Determines if the specified font family is a Unicode font family. Used to detect Symbol font families.
Syntax:
wwfonts:UnicodeFont($fontFamily)
Parameters:
Name
Type
Description
fontFamily
string
The font family.
Returns:
bool: True if a unicode font, false if not.
Example:

<xsl:variable name="VarIsUnicodeFont" select="wwfonts:UnicodeFont('Symbol')" />

Was this helpful?
Last modified date: 01/12/2026